runtime.timer.stop (method)

8 uses

	runtime (current package)
		mgcscavenge.go#L515: 		s.timer.stop()
		netpoll.go#L413: 			pd.rt.stop()
		netpoll.go#L427: 			pd.wt.stop()
		netpoll.go#L466: 		pd.rt.stop()
		netpoll.go#L470: 		pd.wt.stop()
		time.go#L350: 	return t.stop()
		time.go#L424: func (t *timer) stop() bool {
		trace.go#L1023: 	s.timer.stop()